home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / dig-2.0 / dig-2 / dig.2.0 / pflag.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-01  |  629 b   |  32 lines

  1.  
  2. /*
  3. ** Distributed with 'dig' version 2.0 from University of Southern
  4. ** California Information Sciences Institute (USC-ISI). 9/1/90
  5. */
  6.  
  7. extern int pfcode;
  8.  
  9. #define PRF_STATS    0x0001
  10. #define PRF_CMD        0x0008
  11. #define PRF_CLASS       0x0004
  12.  
  13. #define PRF_QUES    0x0010
  14. #define PRF_ANS        0x0020
  15. #define PRF_AUTH    0x0040
  16. #define PRF_ADD        0x0080
  17.  
  18. #define PRF_HEAD1    0x0100
  19. #define PRF_HEAD2    0x0200
  20. #define PRF_TTLID    0x0400
  21. #define PRF_HEADX    0x0800
  22.  
  23. #define PRF_QUERY    0x1000
  24. #define PRF_REPLY    0x2000
  25. #define PRF_INIT        0x4000
  26. #define PRF_SORT        0x8000
  27.  
  28. #define PRF_DEF        0x2ff9
  29. #define PRF_MIN        0xA930
  30. #define PRF_ZONE        0x24f9
  31.  
  32.